@media (max-width: 768px) {
  .global-header-touch {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: scroll;
    padding: 0 15px;
    -webkit-transition: height .4s ease-in .2s;
    transition: height .4s ease-in .2s;
    border: none; }

  .global-header-touch.global-header-show {
    height: 100%;
    -webkit-transition: height .35s ease-in;
    transition: height .35s ease-in; }

  .global-header-touch.global-header-show > .container {
    top: 0;
    -webkit-transition: top .1s ease;
    transition: top .1s ease; }

  .hamburger {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 55px;
    cursor: pointer; }

  .hamburger > div {
    position: absolute;
    height: 2px;
    width: 26px;
    top: 16px;
    left: 14px;
    background: #444444; }

  .hamburger > div.b {
    top: 24px; }

  .hamburger > div.c {
    top: 32px; }

  .hamburger > div {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1); }

  .hamburger-close.hamburger div.a {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms; }

  .hamburger-close.hamburger div.b {
    opacity: 0;
    -webkit-transform: translate3d(4px, 0, 0) rotate(-180deg);
            transform: translate3d(4px, 0, 0) rotate(-180deg);
    -webkit-transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms; }

  .hamburger-close.hamburger div.c {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms, -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 50ms; }

  .global-touch-menu {
    display: block !important;
    height: 48px;
    position: relative;
    overflow: hidden;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95); }

  #footer, .global-wrap {
    padding-top: 0; }

  .global-touch-menu .logo {
    width: 140px;
    height: 32px;
    float: left;
    margin-top: 13px;
    margin-left: 15px; }

  .global-header h1.logo {
    display: none; }

  .global-header-touch.global-header-show > .container {
    top: 0;
    -webkit-transition: top .1s ease;
    transition: top .1s ease; }

  .global-header-touch > .container {
    padding: 0;
    margin-top: 58px;
    position: relative;
    top: -1000px;
    -webkit-transition: top .4s ease .4s;
    transition: top .4s ease .4s; }

  .global-header-touch .navbar-nav {
    float: left;
    width: 100%; }

  .dropdown-toggle {
    border-bottom: 1px solid #e0e0e0; }

  .model-dropdown .glyphicon-menu-right {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    float: right;
    width: 50px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    z-index: 111111;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: rotate(0grad);
            transform: rotate(0grad); }

  .global-header-touch .model-dropdown {
    height: 50px;
    overflow: hidden; }

  .global-header-touch .navbar-nav > li > a {
    padding: 14px 20px; }

  .col-sm-3.ib-content {
    width: 50%;
    float: left; }

  .news-box .col-sm-3.ib-content {
    overflow: hidden;
    padding-top: 48.8%; }

  .news-box .col-sm-6.ib-content {
    overflow: hidden;
    padding-top: 43.6%; }

  .page-content {
    padding-bottom: 30px; }

  .page-content .col-sm-12 h1 {
    padding: 30px 0 50px;
    font-size: 22pt; }

  .page-content .channel-list {
    background: #fff; }

  .page-content .channel-list a.col-sm-12 .col-sm-4 h3 {
    padding-top: 10px;
    margin-top: 0;
    font-size: 16pt; }

  .page-content .channel-list a.col-sm-12:hover {
    background: #f59425;
    color: #fff; }

  .article-head h3 {
    font-size: 18pt;
    line-height: 1.4em; }

  .article-head h4 {
    padding-bottom: 10px;
    font-size: 12pt; }

  .article-head-style2 img.founder-head-img {
    height: 200px; }

  .article-list-title {
    margin-top: -2.5%; }

  .article-list-title h4, .article-list-title p {
    line-height: 1.5em; }

  .article-pager a {
    padding: 2px 8px; }

  .article-pager a.page_total, .return-list-btn, .article-foot .next-result {
    display: none; }

  .article-head-style2 .container-fluid {
    top: 8%;
    left: 5%; }

  .article-head-style2 .container-fluid h2 {
    font-size: 14pt; }

  .article-head-style2 .container-fluid p {
    padding-top: 10px;
    font-size: 12px; }

  .article-head-style2 .container-fluid h4 {
    font-size: 11pt;
    line-height: 1.5em; }

  .article-head-style2 .container-fluid p.summary {
    padding-top: 5px;
    line-height: 1.5em;
    font-size: 11px; }

  .article-list-style2 .list-item-main h4 {
    font-size: 32pt;
    margin-left: 13%;
    margin-top: 4.4%; }

  .article-list-style2 .list-item-main h4 span {
    font-size: 18pt; }

  .article-list-style2 .list-item-main p {
    font-size: 32pt; }

  .article-list-style2 .list-title h4 {
    font-size: 20pt;
    background-size: 24px 24px;
    padding-left: 34px; }

  .article-list-style2 .list-title h4 span {
    font-size: 12pt;
    top: -3px; }

  .article-list-style2 .list-title p {
    padding-left: 34px;
    font-size: 12px; }

  .page-technology .col-sm-12 h1 {
    width: 80%;
    font-size: 38px;
    padding-bottom: 0; }  
  .page-technology .article-head h2 {
    font-size: 30px; }
  .page-technology .bubble-box {
    font-size: 32px; }

  .phone-footer {
    display: block; }

  .pc-foot {
    display: none; } }
@media (min-width: 768px) {
  .world-map #map-wrap {
	  width: 100%;
	  float: none;
	  margin-top: 20px; }

  #header-wide {
    display: block; }

  .pc-share {
    float: none; }

  .global-touch-menu {
    display: none; }

  .global-sitemap {
    margin-top: 50px;
    background: #fff;
    display: block; }

  .global-footer-wrap {
    background: #fff; }

  .news-box .col-sm-3.ib-content {
    overflow: hidden;
    padding-top: 24.4%; }

  .news-box .col-sm-6.ib-content {
    overflow: hidden;
    padding-top: 21.8%; }

  .page-content {
    padding-bottom: 80px; }

  .page-content .channel-list a.col-sm-12 .col-sm-4 h3 {
    margin-top: 28%;
    padding: 0 20px;
    font-size: 16pt; }

  .article-head-style2 .container-fluid {
    top: 8%;
    left: 5%; }

  .article-head-style2 .container-fluid h2 {
    font-size: 14pt; }

  .article-head-style2 .container-fluid p {
    padding-top: 10px;
    font-size: 12px; }
    
  .article-content .related-images img {
    width: 47%; }

  .article-list-style2 .list-item-main h4 {
    font-size: 32pt;
    margin-left: 13%;
    margin-top: 4.4%; }

  .article-list-style2 .list-item-main h4 span {
    font-size: 18pt; }

  .article-list-style2 .list-item-main p {
    font-size: 32pt; }

  .article-list-style2 .list-title h4 {
    font-size: 20pt;
    background-size: 24px 24px;
    padding-left: 34px; }

  .article-list-style2 .list-title h4 span {
    font-size: 12pt;
    top: -3px; }

  .article-list-style2 .list-title p {
    padding-left: 34px;
    font-size: 11pt; }

  .founder-head, .founder-head img {
    height: 200px; }

  .founder-head h4 {
    font-size: 12pt; }

  .page-technology .col-sm-12 h1 {
    width: 80%;
    font-size: 38px;
    padding-bottom: 0; }
  .page-technology .article-head h2 {
    font-size: 30px; }
  .page-technology .bubble-box {
    font-size: 32px; }

  .page-product-n .product-block-list h4 {
    font-size: 15px;
    font-weight: 600; }
  .page-product-n .product-block-list h4 span::after {
    font-size: 12px;
    right: 6px; }
  .page-product-n .product-block-list .product-block-content > * {
    font-size: 14px; }
  .page-product-n-bg::before {
    font-size: 600px;
    right: -10%;
    top: 10%; }
  .page-product-n-bg::after {
    font-size: 600px;
    left: 0;
    bottom: 8%; }
  .page-product-ng .product-block-list h4 {
    font-size: 16px; }
  .page-product-ng .product-block-list .product-block-content > * {
    font-size: 16px; }

  .article-content table tr:hover:first-child td,
  .article-content table tr:first-child td {
    font-size: 14px; }
  .article-content table td {
    font-size: 12px; }
    
  .phone-footer {
    display: none; }

  .pc-foot {
    display: block; }

  .dropdown-menu-nav-item a {
    font-size: 13px; }

  .dropdown-menu-desc {
    height: 145px; }

  .navbar-nav > li:nth-child(1) > .dropdown-menu {
    left: -250px; }

  .navbar-nav > li:nth-child(2) > .dropdown-menu {
    left: -326px; }

  .navbar-nav > li:nth-child(3) > .dropdown-menu {
    left: -402px; }

  .navbar-nav > li:nth-child(4) > .dropdown-menu {
    left: -478px; }

  .navbar-nav > li:nth-child(5) > .dropdown-menu {
    left: -586.328px; }

  .navbar-nav > li:nth-child(6) > .dropdown-menu {
    left: -653.328px; } }
@media (min-width: 992px) {
  #state-media {
    width: 1px; }

  .world-map #map-wrap {
	  width: 95%;
	  float: right;
	  margin-top: 0; }

  .page-content .channel-list a.col-sm-12 .col-sm-4 h3 {
    margin-top: 33%;
    font-size: 18pt; }

  .article-list-title em {
    display: block; }

  .article-head-style2 .container-fluid {
    top: 15%;
    left: 10%; }

  .article-head-style2 .container-fluid h2 {
    font-size: 18pt; }

  .article-head-style2 .container-fluid p {
    padding-top: 15px;
    font-size: 14px; }

  .article-list-style2 .list-item-main h4 {
    font-size: 48pt;
    margin-left: 13%;
    margin-top: 4.2%; }

  .article-list-style2 .list-item-main h4 span {
    font-size: 32pt; }

  .article-list-style2 .list-item-main p {
    font-size: 48pt; }

  .article-list-style2 .list-title h4 {
    font-size: 35pt;
    background-size: 40px 40px;
    padding-left: 50px; }

  .article-list-style2 .list-title h4 span {
    font-size: 20pt;
    top: -5px; }

  .article-list-style2 .list-title p {
    padding-left: 50px;
    font-size: 14pt; }
    
  .article-content .related-images img {
    width: 48%; }

  .founder-head, .founder-head img {
    height: 250px; }

  .founder-head h4 {
    font-size: 14pt; }

  .page-technology .col-sm-12 h1 {
    width: 80%;
    font-size: 56px;
    padding-bottom: 0; }
  .page-technology .article-head h2 {
    font-size: 38px; }
  .page-technology .bubble-box {
    font-size: 42px; }

  .page-product-n .product-block-list h4 {
    font-size: 16px;
    font-weight: 600; }
  .page-product-n .product-block-list h4 span::after {
    font-size: 16px;
    right: 15px; }
  .page-product-n .product-block-list .product-block-content > * {
    font-size: 16px; }
  .page-product-n-bg::before {
    font-size: 800px;
    right: -11.1%;
    top: 10%; }
  .page-product-n-bg::after {
    font-size: 800px;
    bottom: 0%; }
  .article-content table tr:hover:first-child td,
  .article-content table tr:first-child td {
    font-size: 16px; }
  .article-content table td {
    font-size: 14px; }

  .pc-share {
    float: right; }

  .navbar-nav > li > a {
    padding: 20px 15px; }

  .navbar-nav > li > .dropdown-menu {
    left: -450px; }

  .navbar-nav > li:nth-child(1) > .dropdown-menu {
    left: -330px; }

  .navbar-nav > li:nth-child(2) > .dropdown-menu {
    left: -416px; }

  .navbar-nav > li:nth-child(3) > .dropdown-menu {
    left: -502px; }

  .navbar-nav > li:nth-child(4) > .dropdown-menu {
    left: -588px; }

  .navbar-nav > li:nth-child(5) > .dropdown-menu {
    left: -706.328px; }

  .navbar-nav > li:nth-child(6) > .dropdown-menu {
    left: -783.328px; } }

@media (min-width: 1200px) {
  #state-media {
    width: 2px; }

  .founder-head, .founder-head img {
    height: auto; }

  .navbar-nav > li > a {
    padding: 20px 15px; }

  .page-content .channel-list a.col-sm-12 .col-sm-4 h3 {
    padding: 0 40px; }
  .page-product-n .product-block-list h4 {
    font-size: 20px;
    font-weight: 400; }
  .page-product-n .product-block-list h4 span::after {
    font-size: 16px; }
  .page-product-n-bg::before {
    font-size: 1000px; }

  .dropdown-toggle {
    font-size: 16px; }

  .navbar-nav > li > .dropdown-menu {
    left: -636px; }

  .navbar-nav > li:nth-child(1) > .dropdown-menu {
    left: -460px; }

  .navbar-nav > li:nth-child(2) > .dropdown-menu {
    left: -554px; }

  .navbar-nav > li:nth-child(3) > .dropdown-menu {
    left: -648px; }

  .navbar-nav > li:nth-child(4) > .dropdown-menu {
    left: -742px; }

  .navbar-nav > li:nth-child(5) > .dropdown-menu {
    left: -873px; }

  .navbar-nav > li:nth-child(6) > .dropdown-menu {
    left: -967px; } }
@media (max-width: 768px) {
  .navbar-nav > li:nth-child(1) {
    -webkit-transition-delay: 350ms, 400ms;
            transition-delay: 350ms, 400ms; }

  .navbar-nav > li:nth-child(2) {
    -webkit-transition-delay: 400ms, 400ms;
            transition-delay: 400ms, 400ms; }

  .navbar-nav > li:nth-child(3) {
    -webkit-transition-delay: 450ms, 400ms;
            transition-delay: 450ms, 400ms; }

  .navbar-nav > li:nth-child(4) {
    -webkit-transition-delay: 500ms, 400ms;
            transition-delay: 500ms, 400ms; }

  .navbar-nav > li:nth-child(5) {
    -webkit-transition-delay: 550ms, 400ms;
            transition-delay: 550ms, 400ms; }

  .navbar-nav > li:nth-child(6) {
    -webkit-transition-delay: 600ms, 400ms;
            transition-delay: 600ms, 400ms; }

  .navbar-nav > li:nth-child(7) {
    -webkit-transition-delay: 650ms, 400ms;
            transition-delay: 650ms, 400ms; }

  .navbar-nav > li:nth-child(8) {
    -webkit-transition-delay: 700ms, 400ms;
            transition-delay: 700ms, 400ms; }

  .navbar-nav > li:nth-child(9) {
    -webkit-transition-delay: 750ms, 400ms;
            transition-delay: 750ms, 400ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(1) {
    -webkit-transition-delay: 300ms, 300ms;
            transition-delay: 300ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(2) {
    -webkit-transition-delay: 350ms, 300ms;
            transition-delay: 350ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(3) {
    -webkit-transition-delay: 400ms, 300ms;
            transition-delay: 400ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(4) {
    -webkit-transition-delay: 450ms, 300ms;
            transition-delay: 450ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(5) {
    -webkit-transition-delay: 500ms, 300ms;
            transition-delay: 500ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(6) {
    -webkit-transition-delay: 550ms, 300ms;
            transition-delay: 550ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(7) {
    -webkit-transition-delay: 600ms, 300ms;
            transition-delay: 600ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(8) {
    -webkit-transition-delay: 650ms, 300ms;
            transition-delay: 650ms, 300ms; }

  .global-header-show.global-header-touch .navbar-nav > li:nth-child(9) {
    -webkit-transition-delay: 700ms, 300ms;
            transition-delay: 700ms, 300ms; }
}

@media (max-width: 767px) {
  .world-map #map-wrap {
	  width: 100%;
	  float: none;
	  margin-top: 20px; }

  .article-head h2 {
    font-size: 14pt;
    font-weight: 600; }

  .article-head p.subtitle, .article-content {
    font-size: 11pt;
    font-weight: 400; }

  .article-content {
    font-size: 10pt; }

  .article-list-title {
    margin-top: 0px;
    padding-top: 20px; }
    
  .article-content .related-images {
    margin-left: 0; }
  .article-content .related-images img {
    width: 100%; }
  .article-content .article-content-detail img {
    width: auto; }
  .article-content .article-content-detail p {
    text-indent: 0; }

  .article-head-style2, .article-head-style2 img {
    height: 185px; }
  .report-downlist .down-link {
    margin-top: 5%;
    margin-bottom: 10px;
    text-align: left; }
    
  .founder-head, .founder-head img {
    height: 200px; }

  .founder-head .container-fluid {
    top: 5%  !important; }

  .page-technology .col-sm-12 h1 {
    width: 100% !important;
    font-size: 24px !important;
    padding-bottom: 0; }
  
  .page-technology .article-head h2 {
    font-size: 20px !important; }
  
  .page-technology .bubble-box {
    font-size: 20px !important;
    line-height: 1.8em; }
    
  .article-content table tr:hover:first-child td,
  .article-content table tr:first-child td {
    font-size: 14px; }
  .article-content table td {
    font-size: 12px; }
  .page-product-n .product-page-title .col-sm-4 {
    display: none; }
  .page-product-n-bg::before, .page-product-n-bg::after {
    font-size: 600px; }
  .page-product-n-bg::before {
    right: -10%;
    top: 8%; }
  .page-product-n-bg::after {
    font-size: 600px;
    left: 0;
    bottom: -8%; }
  .page-product-n .product-block-list h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
  .page-product-n .product-block-list h4 span::after {
    left: auto;
    right: auto;
    margin-left: 5px; }
  .page-product-n .product-block-list .product-block-content > * {
    font-size: 14px !important; }
  .page-product-ng .product-block-list h4 {
    font-weight: 400; }    
  .page-product-ng .product-block-list {
    padding-right: 0px; }    
  .page-product-ng .product-main-content > * {
    font-size: 14px; }

  .article-head-style2 .container-fluid p {
    padding-right: 10px; }

  .article-list-style2 .list-item-main h4 {
    font-size: 16pt !important; }

  .article-list-style2 .list-item-main h4 span {
    font-size: 10pt !important;
    top: -2px !important; }

  .article-list-style2 .list-item-main p {
    font-size: 18pt !important; }

  .article-list-style2 .list-item .col-sm-4 {
    padding-bottom: 10px;
    padding-top: 10px; }

  .article-list-style2 .list-row-swap .col-sm-4 {
    padding-bottom: 0; }

  .article-list-style2 .list-row-swap .list-title p {
    padding-bottom: 10px; }

  .article-list-style2 .list-title {
    margin-top: 0; }

  .article-list-style2 .list-title h4 {
    font-size: 14pt !important; }

  .article-list-style2 .list-title h4 span {
    font-size: 10pt !important;
    top: -1px !important; }

  .article-list-style2 .list-title p {
    font-size: 14px !important; }
}

@media (max-width: 360px) {
  .bubble-box p {
    font-size: 14px;
    font-weight: 400; }
  .page-technology .col-sm-12 h4 {
    font-size: 20px;
    font-weight: 600; }

  .home-slide {
    content: '';
    display: none !important; }
    
  .page-product-n-bg::before {
    right: -20%;
    top: -1%; }
  .page-product-n-bg::after {
    font-size: 600px;
    left: 0;
    bottom: -8%; }
  .page-product-n .product-page-title .title-block strong {
    font-size: 58px;
    line-height: 58px; }
  .page-product-n .product-page-title .title-block span {
    font-size: 20px;
    font-weight: 600;
    margin-top: 2px; }
  .page-product-n .product-page-title .summary-block ul li,
  .page-product-n .product-page-title .summary-block p {
    font-size: 15px; }
  .page-product-n .product-block-list h4 {
    font-size: 18px; }
  .page-product-n .product-block-list h4 span::after {
    font-size: 14px; }
  .page-product-n .tds-down-list a {
    font-size: 12px; }
  .page-product-n .product-channel-title {
    font-size: 24px; }
  .page-product-ng .product-block-list h4 {
    font-weight: 400; }    
  .article-content table td {
    font-size: 11px !important; }
}
